Web Browser API
Web Browser上で使えるAPI
一覧
https://developer.mozilla.org/ja/docs/WebAPI
廃止になっているものも多い
https://nhiroki.jp/2021/05/06/resource-loading-apis
リソースの読み込みを助けるウェブブラウザ API の世界
http://www.htmq.com/api/
Geolocation API
https://developer.mozilla.org/ja/docs/Web/API/Geolocation/Using_geolocation
地理の話
現在地の取得など
SSL
Buttery Status API
https://developer.mozilla.org/ja/docs/WebAPI/Battery_Status
getBattery()
充電状況とか取れる
充電してる時間とか
Netrowk Information API
https://developer.mozilla.org/ja/docs/WebAPI/Network_Information
network connection
navigator.connection.effectiveType
今の通信が3Gなのか4Gなのか、など
切替時の取得など
navigator.connection.type
bluetoothなのかethernetなのか、mixedなのかnoneなのかなど
Online/Offlineの取得
navigator.onLine:: boolean
Web Audio API
MediaRecorder API
録音
audioContext
Speech syntesis api
window.speechSynthesis
テキスト喋らせる
speak()で
Vibration API
vibrate(200)とか
震える
web bluetooth API
navigator.bluetooth.requestDevice()
他
notification API
screen orientation api
device orientation api
credential management api
File API
Clipboard API
Reporting API